Closed
Bug 576386
Opened 15 years ago
Closed 15 years ago
AddPropertyHelper will crash under JS_UNLOCK_SCOPE when js_GetMutableScope fails
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity, crash, Whiteboard: [fixed-in-tracemonkey])
200 AddPropertyHelper(JSContext* cx, JSObject* obj, JSScopeProperty* sprop, bool isDefinitelyAtom)
205 JSScope* scope = obj->scope();
211 scope = js_GetMutableScope(cx, obj);
212 if (!scope)
213 goto exit_trace;
248 exit_trace:
249 JS_UNLOCK_SCOPE(cx, scope);
Comment 1•15 years ago
|
||
Whiteboard: [fixed-in-tracemonkey]
Comment 2•15 years ago
|
||
This also affects 1.9.1 and 1.9.2.
status1.9.1:
--- → ?
status1.9.2:
--- → ?
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•